home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / rexx / RexxOpt_1_7.readme < prev    next >
Text File  |  1995-02-12  |  2KB  |  50 lines

  1. Short:    Improves the speed of ARexx scripts
  2. Author:   sibilluh@tick.informatik.uni-stuttgart.de
  3. Uploader: sibilluh@tick.informatik.uni-stuttgart.de
  4. Type:     util/rexx
  5.  
  6.  
  7.                       RexxOpt - ARexx script optimizer
  8.                    Freeware © 1993-95 by Proxity Softworks
  9.  
  10. RexxOpt optimizes your ARexx scripts by removing all information not
  11. necessary.  This results in a faster execution speed, making working with
  12. ARexx much more comfortable.
  13.  
  14. When run in default mode (no switch given in command line) the following is
  15. done:
  16.  
  17.   - all unnecessary blank characters (ASCII 9, 32 and 160) are removed
  18.   - all comments are removed
  19.   - consecutive strings are merge to one single string
  20.   - ; is inserted in front of any DO within the script
  21.   - all blank characters outside strings and comments are replaced by
  22.     <space> (ASCII 32)
  23.   - all (remaining) lines are put into one single line
  24.   - a new comment line is put in front of the script because ARexx requires
  25.     a script to begin with a comment.
  26.  
  27. This is V1.7, an update to V1.6.
  28.  
  29. Changes:
  30.  
  31.      - New switch DEOPT: (re)insert linefeeds
  32.      - Minor code optimization concerning nested comments
  33.      - New switch FIRSTCOMMENT: Don't strip first comment
  34.      - Filehandling rewritten: it is no longer necessary to provide a
  35.        destination filename. This introduced some new error messages and
  36.        made some of the old obsolete.
  37.      - Titlecomment and filecomment are now set according to current mode
  38.        (optimize/deoptimize).
  39.  
  40.  
  41. ============================= Archive contents =============================
  42.  
  43. Original  Packed Ratio    Date     Time    Name
  44. -------- ------- ----- --------- --------  -------------
  45.     7444    3979 46.5% 09-Jan-95 18:25:02  RexxOpt/RexxOpt
  46. : Freeware © 1995 by Proxity Softworks
  47.    29307    9866 66.3% 09-Jan-95 18:27:24  RexxOpt/RexxOpt.guide
  48. -------- ------- ----- --------- --------
  49.    36751   13845 62.3% 10-Jan-95 18:48:18   2 files
  50.